efa system feature
update
Enables the automatic recovery of
in-flight (in-progress) transactions after a service restart or high-availability
failover.
Syntax
efa system feature
update
[--inflight-transaction-auto-recovery
{
enable | disable
} | --tenant-api-concurrency
{
enable | disable
}]
Parameters
- --inflight-transaction-auto-recovery
{
enable |
disable
}
- Turns on or turns off the automatic recovery
of in-flight transactions after a service restart or high-availability
failover.
- --tenant-api-concurrency
{
enable |
disable
}
- Turns on or turns off the tenant API concurrency feature.
Usage Guidelines
After a service restart or high-availability failover,
XCO can recover
in-progress transactions by rolling them back or rolling them forward. In-progress
transactions are those that are outstanding in the execution log after a restart or
a failover.
- When transactions are rolled
back, the requested action is undone. This category includes transactions
launched by create commands and by update commands with add operations.
- When transactions are rolled
forward, the requested action is completed. This category includes
transactions launched by delete commands and by update commands with delete
operations.
When this feature is enabled, all Day-1 to Day-N tenant operations support automatic
in-progress transaction recovery. This feature is enabled by default.
When this feature is turned off, Day-1 to Day-N tenant operations do not support automatic
in-progress transaction recovery.
For more information about the feature, see the "In-flight Transaction Recovery" topic in the
ExtremeCloud Orchestrator
Administration Guide.
Examples
This example enables automatic in-flight transaction recovery.
efa system feature update --inflight-transaction-auto-recovery enable
Feature Setting Updated Successful
--- Time Elapsed: 634.557118ms ---
This example turns off automatic in-flight transaction recovery.
efa system feature update --inflight-transaction-auto-recovery disable
Feature Setting Updated Successful
--- Time Elapsed: 634.557125ms ---